home *** CD-ROM | disk | FTP | other *** search
/ Professor Fernleaf from the Tropics / Professor Fernleaf from the Tropics.iso / pc / program / lingo.ini < prev    next >
Text File  |  1998-02-05  |  392b  |  9 lines

  1. -- This is the text file LINGO.INI. 
  2. on startup
  3.     -- Following line prevents crashes on Windows systems when using math functions 
  4.     -- such as power or log and passing bogus or extremely large/small values.
  5.     -- Invoking the float->string conversion code  with a valid value prevents
  6.     -- future crashes in this routine.  drs  1mar96 
  7.     if string(0.0)="a" then nothing
  8. end startup
  9.